Skip to content

Add ESP32/ESP8266 support in HttpClient.h #64

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

Warlib1975
Copy link

In ESP32/ESP8266 in Client there are two additional abstract methods exists:
virtual int connect(IPAddress ip, uint16_t port, int timeout) =0;
virtual int connect(const char *host, uint16_t port, int timeout) =0;
They are not implemented in HttpClient.h, so compilations stops with error.

In ESP32/ESP8266 in Client there are two additional abstract methods exists:
    virtual int connect(IPAddress ip, uint16_t port, int timeout) =0;
    virtual int connect(const char *host, uint16_t port, int timeout) =0;
They are not implemented in HttpClient.h, so compilations stops with error.
@per1234
Copy link

per1234 commented Apr 23, 2019

This is a duplicate of #63, except this one has the wrong file name (TinyGsmClientSIM800.h) in the error messages.

@Warlib1975
Copy link
Author

Yes, in this update I just change the wrong filename of the *.h file.

@Warlib1975 Warlib1975 changed the title Update HttpClient.h Add ESP32/ESP8266 support in HttpClient.h Apr 23, 2019
@sandeepmistry
Copy link

Closing in favour of #63 for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants